const bufio.maxConsecutiveEmptyReads
6 uses
bufio (current package)
bufio.go#L42: const maxConsecutiveEmptyReads = 100
bufio.go#L109: for i := maxConsecutiveEmptyReads; i > 0; i-- {
bufio.go#L800: for nr < maxConsecutiveEmptyReads {
bufio.go#L807: if nr == maxConsecutiveEmptyReads {
scan.go#L173: if s.empties > maxConsecutiveEmptyReads {
scan.go#L234: if loop > maxConsecutiveEmptyReads {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |